Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

QTVRGetMouseOverTracking

You can use the QTVRGetMouseOverTracking function to get the current state of mouse-over tracking.

Boolean QTVRGetMouseOverTracking (QTVRInstance qtvr);
qtvr
An instance of a QuickTime VR movie.
function result
A Boolean value that indicates whether QuickTime VR is currently handling mouse-over tracking for the specified movie ( true ) or not ( false ).

DESCRIPTION

The QTVRGetMouseOverTracking function returns, as its function result, a Boolean value that indicates whether QuickTime VR is currently handling mouse-over tracking for the QuickTime VR movie specified by the qtvr parameter ( true ) or not ( false ). By default, QuickTime VR tracks mouse movements in a QuickTime VR movie and changes the shape of the cursor as appropriate.

SEE ALSO

Use QTVRSetMouseOverTracking (next) to change the mouse-over tracking state of a QuickTime VR movie.


© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |